/* .companyIntro6 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 540px;
} */

.companyIntro6 * {
    box-sizing: border-box;
}

.companyIntro6 .companyIntro6ContentBg {
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-Attachment: fixed;
    height: 540px;
    width: 100%;
    position: absolute;
    object-fit: cover;
}

.companyIntro6 p {
    margin: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, Tahoma, "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
}

.companyIntro6 .companyIntro6Content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 540px;
}

.companyIntro6Content .companyIntro6TextContent {
    text-align: center;
    color: #fff;
}

.companyIntro6TextContent .intro6Title {
    font-size: 24px;
    line-height: 36px;
}

.companyIntro6TextContent .intro6EnTitle {
    font-size: 14px;
    color: rgb(216, 216, 216);
    line-height: 22px;
    margin-bottom: 22px;
}

.companyIntro6TextContent .intro6TitleTip {
    font-size: 14px;
    line-height: 28px;
}

.companyIntro6TextContent .intro6TitleTipContent {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 24px;
}

.companyIntro6TextContent .moduleButton {
    background: #ec3774;
    display: inline-block;
    color: #fff;
    padding: 17px 72px;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    margin-bottom: 78px;
    text-decoration: none;
    font-size: 12px;
}

.companyIntro6TextContent .moduleButton:hover {
    text-decoration: none;
    background: #df2468;
}

.companyIntro6Content .intro6TitleList {
    color: #fff;
    list-style: none;
}

.companyIntro6Content .intro6TitleList:after {
    content: "";
    height: 0;
    clear: both;
    visibility: hidden;
    display: block;
}

.intro6TitleList .intro6TitleList_item {
    border-right: 1px solid #eee;
    width: 33%;
    text-align: center;
    float: left;
}

.intro6TitleList .intro6TitleList_item:last-child {
    border-right: none;
}

.intro6TitleList_item .digital-num-item {
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.intro6TitleList_item .digital-num-item .digital-num {
    font-size: 50px;
}

.intro6TitleList_item .digital-num-item .digital-unit {
    color: rgb(127, 127, 127);
    font-size: 14px;
    padding-left: 5px;
}

.intro6TitleList_item .digital-title {
    font-size: 20px;
}